From 5ad0fb6ac5d8f1420dd4df45b499fcdc184f7258 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Wed, 31 Jan 2001 07:47:57 +0000 Subject: [PATCH] (redisplay-dont-pause): Set to t to alleviate display problems. --- lisp/term/w32-win.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lisp/term/w32-win.el b/lisp/term/w32-win.el index 71e7f56256b..17411a6f0b6 100644 --- a/lisp/term/w32-win.el +++ b/lisp/term/w32-win.el @@ -79,6 +79,10 @@ (if (fboundp 'new-fontset) (require 'fontset)) +;; FIXME: this is temporary for v21.1, since many redisplay problems +;; happen if redisplay-dont-pause is nil. +(setq redisplay-dont-pause t) + ;; Because Windows scrollbars look and act quite differently compared ;; with the standard X scroll-bars, we don't try to use the normal ;; scroll bar routines. -- 2.30.2